html{
  font-family: '微软雅黑','microsoft yahei';
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  color: #666;
}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;}
th,td{border-spacing:0;}
img,fieldset,iframe{border:0;}
img{max-width: 100%;vertical-align: top;}
ul,ol,li{list-style: none;}
a{text-decoration:none;color: #666;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block;}
audio,canvas,progress,video{display: inline-block;vertical-align: baseline;}
/* common */
.art_con {
    box-shadow: 2px 2px 5px #ddd;
    padding: 40px;
    border: 1px solid #eee;
}
.art_tit {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.art_tit h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.art_tit p {
    font-size: 14px;
    color: #888;
}
.art_de p {
    line-height: 2;
    font-weight: 300;
    margin-bottom: 10px;
}
.art_img img {
    margin-bottom: 10px;
}
.mg30{
  margin-top: 30px;
}
.yyc{
  width: 100%;
	min-width:320px;
	margin: 0 auto;
}
.clearfix{
  *height:1%;
  *zoom:1;
}
.clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl{float: left;}
.fr{float: right;}
.pagination{
  text-align: center;
}
.pagination li{
  display:inline-block;
  padding:4px 10px;
  color:#666; 
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.pagination li a{
  color:#666;
}
.pagination li.active{
  background-color: #a880a4;
  color: #fff;
}
.pagination li.active a{
  color: #fff;
 }
 em{
 	font-style:normal;
 }
.pwrap,.he_wrap{
    width: 75%;
    margin: 0 auto;
    min-width: 1210px;
}
.he_wrap{
  position: relative;
}
.pbanner img{
  width: 100%;
}
.pbanner .a1{
  display: none;
}
.pbanner .a2{
  display: block;
}
/* header */
.header{
  background-color: #fff;
  line-height:90px;
}
.logo a{display: block;}
.logo{
  width: 180px;
  float: left;
}
.logo img{
  vertical-align: middle;
}
.nav{
  float: right;
  width: 76%;
}
.nav_ul li{
  float: left;
  width: 14.2%;
  text-align: center;
  position: relative;
}
.nav_ul li a{
  display: block;
  font-size: 18px;
}
.nav_ul li.active a{
  font-weight: bold;
  color: #6a096a;
  position: relative;
  z-index: 2;
}
.nav_ul li.active:before{
  position: absolute;
  z-index: 1;
  content: "";
  left: 50%;
  margin-left: -10px;
  bottom: 5px;
  width: 20px;
  height: 30px;
  background-image: url(../images/water1.png);
  background-size: cover;
  background-position: center;
}
.pd60{
  padding: 60px 0;
}
.mb1{
  display: block;
}
.mb2{
  display: none;
}
/*手机版导航*/
.btn-nav{
  position: absolute;
  top:15px;
  right:0px;
  background: transparent;
  border:none;
  padding:0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.btn-nav:focus{
  outline: 0;
}
.icon-bar {
  display: block;
  margin: 9px 0;
  width: 45px;
  height: 2px;
  background-color:#6a096a;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background:#000;
  display: block;
  height: 100%;
  z-index: 110;
}
.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top:20px;
  text-align: center;
}
.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.item-anchor:hover,
.item-anchor:focus {
  color: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-item {
  margin: 0px auto;
  text-align: center;
  line-height: 35px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-item a{
  color:#fff;
}
.animate-nav {
  display: block;
  margin: 0 auto;
}

.animated-nav:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #fff;
}

.animated-nav:focus {
  cursor: pointer;
  z-index: 9999;
}
.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated-nav .icon-bar {
  z-index: 999999;
  background-color:#f71201;
}

.animated-nav .top {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -moz-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotateZ(45deg);
  -o-transform: translateY(11px) rotateZ(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.animated-nav .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}
.ove{
  overflow: hidden;
}
.animated-nav .middle {
  width: 0;
}
.nav-item.active a{
  color: #f71201;
}
@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top:0px;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top:0px;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top:0px;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top:0px;
  }
  to {
    top: -100%;
  }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}
.hidden{
  display: none;
}
/* animation */
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.animated-fast {-webkit-animation-duration: .5s;animation-duration: .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes fadeIn {
  from {opacity: 0;-ms-transform: scale(0.95);-webkit-transform: scale(0.95);transform: scale(0.95);}
  to {opacity: 1;-ms-transform: scale(1.0);-webkit-transform: scale(1.0);transform: scale(1.0);}
}
@keyframes fadeIn {
  from {opacity: 0;-ms-transform: scale(0.95);-webkit-transform: scale(0.95);transform: scale(0.95);}
  to {opacity: 1;-ms-transform: scale(1.0);-webkit-transform: scale(1.0);transform: scale(1.0);}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {opacity: 0;/*-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);*/-webkit-transform: translate3d(0, -50px, 0);transform: translate3d(0, -50px, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInDown {
  from {opacity: 0;/*-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);*/-webkit-transform: translate3d(0, -50px, 0);transform: translate3d(0, -50px, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}

@-webkit-keyframes fadeInLeft {
  from {opacity: 0;-webkit-transform: translate3d(-150px, 0, 0);transform: translate3d(-150px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}

@keyframes fadeInLeft {
  from {opacity: 0;-webkit-transform: translate3d(-150px, 0, 0);transform: translate3d(-150px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}

@-webkit-keyframes fadeInRight {
  from {opacity: 0;-webkit-transform: translate3d(50px, 0, 0);transform: translate3d(50px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInRight {
  from {opacity: 0;-webkit-transform: translate3d(50px, 0, 0);transform: translate3d(50px, 0, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}

@-webkit-keyframes fadeInUp {
  from {opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInUp {
  from {opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {visibility: visible;opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}

@-webkit-keyframes zoomIn {
  from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
  50% {opacity: 1;}
}
@keyframes zoomIn {
  from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
  50% {opacity: 1;}
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes rotateIn {
    0% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}
    100% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: none;transform: none;opacity: 1;}
}
@-webkit-keyframes rotateIn {
    0% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}
    100% {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: none;transform: none;opacity: 1;}
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@keyframes scaleIn {
  0% {transform: scale(0); opacity: 0.0;}
  60% {transform: scale(1.1);}
  80% {transform: scale(0.9);opacity: 1;}   
  100% {transform: scale(1);opacity: 1;}
}
@-webkit-keyframes scaleIn {
 0% { -webkit-transform: scale(0);opacity: 0.0;}
 60% {-webkit-transform: scale(1.1);}
 80% {-webkit-transform: scale(0.9); opacity: 1; }   
 100% {-webkit-transform: scale(1);opacity: 1; }      
}   
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@keyframes flipInX{
  0% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
  40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
  60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}
  80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
  100% {-webkit-transform: perspective(400px);transform: perspective(400px);}
}
@-webkit-keyframes flipInX{
  0% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
  40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
  60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}
  80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}
  100% {-webkit-transform: perspective(400px);transform: perspective(400px);}
}
.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes rollInLeft {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes rollInLeft {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
.rollInLeft {
  -webkit-animation-name:rollInLeft;
  animation-name: rollInLeft;
}
@-webkit-keyframes rollInRight {
  0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes rollInRight {
  0% {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
.rollInRight {
  -webkit-animation-name:rollInRight;
  animation-name: rollInRight;
}
@-webkit-keyframes rollIn {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes rollIn {
  0% {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
  100% {opacity: 1;-webkit-transform: none;transform: none;}
}
.rollIn {
  -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes pulse {
  0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
  100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
}
@keyframes pulse {
  0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
  50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
  100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes lightSpeedIn {
  0% {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}
  60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}
  80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);opacity: 1;}
  100% {-webkit-transform: none;transform: none;opacity: 1;}
}
@keyframes lightSpeedIn {
  0% {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}
  60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}
  80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);opacity: 1;}
  100% {-webkit-transform: none;transform: none;opacity: 1;}
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes image { from { opacity: 0; -webkit-transform:translateX(100px) translateY(-50%); }}
@keyframes image { from { opacity: 0; transform:translateX(100px) translateY(-50%);}}
.image{
  -webkit-animation-name:image;
          animation-name:image;
}
@-webkit-keyframes image2 { from { opacity: 0; -webkit-transform:translateX(-100px) translateY(-50%); }}
@keyframes image2 { from { opacity: 0; transform:translateX(-100px) translateY(-50%);}}
.image2{
  -webkit-animation-name:image2;
          animation-name:image2;
}
/* footer */
.footer{
  background-color: #101010;
  background-image: url(../images/moli-bg2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.fo_top{
  padding-top:40px;
  color: #d6d6d6;
}
.fo_top .pwrap{
  border-bottom: 1px solid #616161;
  padding-bottom: 20px;
}
.fo_bot{
  text-align: center;
  color: #d6d6d6;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.8;
}
.fo_bot a{
  color: #eee;
}
.fo_box{
  position: relative;
  padding-right:220px;
}
.fo_fl{
  float: left;
  width: 466px;
}
.fo_ul {
  margin: 0 -2%;
}
.fo_ul li{
  float: left;
  width: 29.333333%;
  margin: 0 2%;
}
.fo_ul li p{
  font-size: 14px;
  color: #b5b5b5;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 25px;
}
.fo_ul li p i{
  width: 25px;
  height:25px;
  display: inline-block;
  margin-right: 5px;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
}
.fo1{
  background-image: url(../images/w1.png);
}
.fo2{
  background-image: url(../images/w2.png);
}
.fo3{
  background-image: url(../images/w3.png);
}
.fo_ul li span{
  font-size: 14px;
  color: #eee;
  font-family: sans-serif;
  display: block;
}
.fo_ul li:first-child span{
  font-weight: 600;
  font-size: 20px;
}
.fo_fl h4{
  font-size: 25px;
  margin-bottom: 20px;
}
.fo_fr{
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}
.fo_fr img{
  width: 100%;
}
.fo_fl p{
  line-height: 1.8;
  font-size: 15px;
}
.fo_mid{
  position: absolute;
  width: 300px;
  right: 200px;
  top: 20px;
}
@media (max-width:1366px){
  .pd60{
    padding: 50px 0;
  }
}
@media (max-width:1240px){
  .pwrap, .he_wrap{
    width: 90%;
    min-width: initial;
  }
  .nav_ul li a{
    font-size: 16px;
  }
  .header{
    line-height: 80px;
  }
  .nav_ul li.active:before{
    width: 16px;
    height: 22px;
  }
  .logo{
    width: 170px;
  }
  .fo_mid{
    width: 200px;
    right: 130px;
  }
  .fo_fl h4{
    font-size: 22px;
  }
  .fo_top{
    padding-top: 30px;
  }
}
@media (max-width:1080px){
  .logo{
    width: 160px;
  }
  .pd60{
    padding: 40px 0;
  }
  .fo_fl h4{
    font-size: 20px;
  }
  .fo_fl p{
    font-size: 14px;
  }
  .fo_mid{
    width: 168px;
    right: 120px;
  }
  .fo_ul li:first-child span{
    font-size: 14px;
  }
  .fo_ul li{
    width: 31.33333%;
    margin: 0 1%;
  }
  .fo_ul{
    margin: 0 -1%;
  }
}
@media (max-width:850px){
  .nav{
    display: none;
  }
  .btn-nav{
    display: block;
  }
  .header{
    line-height: 70px;
  }
  .logo{
    width: 140px;
  }
  .pwrap, .he_wrap{
    width: 93%;
  }
  .pd60{
    padding: 30px 0;
  }
  .fo_mid{
    display: none;
  }
  .fo_fl h4{
    font-size: 18px;
  }
  .fo_ul li{
    width: 100%;
    margin: 0 0 10px;
  }
  .fo_ul{
    margin: 0;
    text-align: center;
  }
  .fo_box{
    padding-right: 0;
  }
  .fo_fr{
    width: 70px;
    position: initial;
    margin: 0 auto;
  }
  .footer{
    background-size: cover;
  }
}
@media (max-width:768px){
  .header{
    line-height: 60px;
  }
  .logo{
    width: 120px;
  }
  .btn-nav{
    top: 10px;
  }
  .pd60{
    padding: 25px 0;
  }
  .fo_fl h4{
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width:640px){
  .header{
    line-height: 50px;
  }
  .logo{
    width: 100px;
  }
  .btn-nav{
    top: 7px;
  }
  .icon-bar{
    width: 35px;
  }
  .mb1{
    display:none;
  }
  .mb2{
    display:block;
  }
  .pd60{
    padding: 20px 0;
  }
  .fo_bot{
    font-size: 12px;
    padding: 10px 5px;
  }
  .fo_top{
    padding-top: 20px;
  }
  .fo_fl{
    float: none;
    width: 100%;
    text-align: center;
  }
  .fo_fr{
    float: none;
    margin: 0 auto;
    width: 80px;
  }
  .pbanner .a1{
    display: block;
  }
  .pbanner .a2{
    display: none;
  }
}
@media (max-width:376px){
  .header{
    line-height: 40px;
  }
  .logo{
    width: 90px;
  }
  .icon-bar{
    margin: 6px 0;
  }
  .animated-nav .top {
    -webkit-transform: translateY(5px) rotateZ(45deg);
    -moz-transform: translateY(5px) rotateZ(45deg);
    -ms-transform: translateY(5px) rotateZ(45deg);
    -o-transform: translateY(5px) rotateZ(45deg);
    transform: translateY(5px) rotateZ(45deg);
  }
  .btn-nav{
    top: 6px;
  }
  .pd60{
    padding: 17px 0;
  }
  .fo_fl p{
    line-height: 1.6;
    font-size: 12px;
  }
  .fo_fl h4{
    font-size: 15px;
    margin-bottom: 8px;
  }
  .fo_top{
    padding-top: 15px;
  }
}